Html Css Color HEX #9675CF True V

📋 copy color: '#9675CF'

red 150 ◦ green 117 ◦ blue 207

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

Shades of True V #9675CF

Tints of True V #9675CF

RGB

 RED value IS 150 (58.98% from 255) = 31.65%

 GREEN value IS 117 (46.09% from 255) = 24.68%

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

R = 31.65%
G = 24.68%
B = 43.67%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9675CF (or 0x9675CF) is known color: True V. HEX triplet: 96, 75 and CF. RGB value is (150,117,207). Sum of RGB (Red+Green+Blue) = 150+117+207=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #9675CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675CF is #698A30. Grayscale: #888888. Windows color (decimal): -6916657 or 13596054. OLE color: 13596054.

HSL color Cylindrical-coordinate representation of color #9675CF: hue angle of 262º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9675CF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 117 207 -
CMYK 0.28 0.43 0 0.19
HSL 262º 0.48% 0.64% -
HSV(B) 262º 0.43% 0.81% -
XYZ 30.2 23.71 62.02 -
YUV 137.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 150 117 207 0.28 0.43 0 0.19 262 0.48 0.64
Hex 96 75 CF 1C 2B 0 13 106 30 40
Octal 226 165 317 34 53 0 23 406 60 100
Binary 10010110 1110101 11001111 11100 101011 0 10011 100000110 110000 1000000

Color Harmonies of #9675CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675CF

Black with #9675CF

Text Example


Text Example

White with #9675CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,117,207); }

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

background-color css

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

 a { background-color: rgb(150,117,207); }

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

border-color css

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

 span { border-color: rgb(150,117,207); }

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