Html Css Color HEX #9834CF Dark Orchid

📋 copy color: '#9834CF'

red 152 ◦ green 52 ◦ blue 207

#9834CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9834CF

Tints of Dark Orchid #9834CF

RGB

 RED value IS 152 (59.77% from 255) = 36.98%

 GREEN value IS 52 (20.7% from 255) = 12.65%

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 36.98%
G = 12.65%
B = 50.36%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9834CF (or 0x9834CF) is known color: Dark Orchid. HEX triplet: 98, 34 and CF. RGB value is (152,52,207). Sum of RGB (Red+Green+Blue) = 152+52+207=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #9834CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9834CF is #67CB30. Grayscale: #636363. Windows color (decimal): -6802225 or 13579416. OLE color: 13579416.

HSL color Cylindrical-coordinate representation of color #9834CF: hue angle of 278.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9834CF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 52 207 -
CMYK 0.27 0.75 0 0.19
HSL 278.71º 0.62% 0.51% -
HSV(B) 278.71º 0.75% 0.81% -
XYZ 25.44 13.64 60.32 -
YUV 99.57 188.63 165.4 -
System Red Green Blue C M Y K H S L
Decimal 152 52 207 0.27 0.75 0 0.19 278.71 0.62 0.51
Hex 98 34 CF 1B 4B 0 13 117 3E 33
Octal 230 64 317 33 113 0 23 427 76 63
Binary 10011000 110100 11001111 11011 1001011 0 10011 100010111 111110 110011

Color Harmonies of #9834CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9834CF

Black with #9834CF

Text Example


Text Example

White with #9834CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9834CF; }

 p { color: rgb(152,52,207); }

 H1.HeaderClassName
 {
   color: #9834CF;
 }
 .AnyTagClassName
 {
   color: #9834CF;
 }
</style>

background-color css

<style>
 a { background-color: #9834CF; }

 a { background-color: rgb(152,52,207); }

 div.DivClassName
 {
   background-color: #9834CF;
 }
 .BgClassName
 {
   background-color: #9834CF;
 }
</style>

border-color css

<style>
 span { border-color: #9834CF; }

 span { border-color: rgb(152,52,207); }

 td.TdClassName
 {
   border-color: #9834CF;
 }
 .TagClassName
 {
   border-color: #9834CF;
 }
</style>